Log in to the computer that hosts the database that you want to back up. Open Microsoft SQL Server Management Studio. In the left navigation bar, expand Databases. Right-click on the database that you want to back up and then click Tasks > Back Up
You can create a Full Backup to restore database in SQL Server using the SQL Server Management Studio (SSMS). For this, open SSMS, right-click the database, ...